scrolledwindow: Show scrollbars on tablet devices
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 13 Apr 2015 13:29:57 +0000 (15:29 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 13 Apr 2015 15:27:04 +0000 (17:27 +0200)
commit71c0efb361b83cd175b1d3a66f7443dc506e9bdb
tree9be664e770bb0ceac86bea4f977e02d1a1db0045
parentefe0009e31f19f040003c07ade29ad6fed36fee4
scrolledwindow: Show scrollbars on tablet devices

The code managing scrollbars visibility was too pervasively checking for
mouse devices, leaving pen/eraser/cursor devices with no scrollbars at
all. Relax these checks a bit, and actually toggle full-width scrollbars
on pen/eraser devices, so it is an easier target.

https://bugzilla.gnome.org/show_bug.cgi?id=747608
gtk/gtkscrolledwindow.c